InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontBuilder Class / GetFontData Method / GetFontData(FontSubSet,IEnumerable<GlyphMetrics>,Boolean) Method

In This Topic
    GetFontData(FontSubSet,IEnumerable<GlyphMetrics>,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetFontData( _
       ByVal fss As FontSubSet, _
       ByVal metrics As IEnumerable(Of GlyphMetrics), _
       ByVal includeCMap As Boolean _
    ) As Byte()
    public byte[] GetFontData( 
       FontSubSet fss,
       IEnumerable<GlyphMetrics> metrics,
       bool includeCMap
    )

    Parameters

    fss
    metrics
    includeCMap
    See Also